home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 5⁄4⁄90 / 1225-Help Me please-Apr90 < prev    next >
Encoding:
Text File  |  1990-05-04  |  1.4 KB  |  43 lines  |  [TEXT/GEOL]

  1. Item    1684899                         30-April-90        22:13PDT
  2.  
  3. From:   D6006                           Custom Integration, Sang Lee,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. cc:     D6006                           Custom Integration, Sang Lee,PRT
  8.  
  9. Sub:    Help Me please
  10.  
  11. I am a new MacApp user using C++.
  12.  
  13. I am going thru MacApp 2.0 Tutorial (M0303LL/A) and running into a snag
  14. converting nested Pascal routines into C++ (Chapter 13, page 166)
  15.  
  16. PROCEDURE TIconDocument.RedrawViews;
  17.  
  18.     PROCEDURE InvalidateView(aView: TView)
  19.     BEGIN
  20.         aView.ForceRedraw;
  21.     END;
  22. BEGIN
  23.     ForAllViewsDo(InvalidateView);
  24. End;
  25.  
  26. Can you help me?
  27. Better yet, do you know if there is a C++ version of this tutorial??
  28. Or is there any C++ documents discribing the use of MacApp???
  29. It seems that all documents from APDA relating to MacApp is in PASCAL only..
  30. It's pretty frustrating trying to learn MacApp AND PASCAL AND C++ ..........
  31. The April 1990 "develop" article "SPEED YOUR SOFTWARE DEVELOPMENT WITH MacApp"
  32. page 158 says that MacApp comes bundled with five fully functional demo
  33. applications in Object Pascal and three in C++..... well I didn't get any.
  34. And I don't have a CD-ROM yet...
  35. Is it because this is apre-release?
  36. I just got my MacApp and C++ last week. Do you think I should of waited for the
  37. final release? When is the Final Release?
  38.  
  39.  
  40. Help...
  41. Thanks in advance.
  42.  
  43.